home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_0.lha
/
MyLib.lha
/
Internal.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-04
|
274 b
|
15 lines
#ifndef EXEC_LISTS_H
#include <exec/lists.h>
#endif
#ifndef _STDIO_H
#include <stdio.h>
#endif
/************************************************************************/
extern void *__MemoryPool;
extern void (*MemoryCleanup)(void *);
extern struct MinList __stdioList;